home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 9 / PC World Interactive 9 - Temmuz 1998.iso / muzik / DJM210.EXE / djm210 / DJMaster.exe / 0 / RCDATA / TFORM7 / TFORM7.txt
Text File  |  1998-02-09  |  6KB  |  286 lines

  1. object Form7: TForm7
  2.   Left = 239
  3.   Top = 216
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'DJM Mixer Controls'
  7.   ClientHeight = 367
  8.   ClientWidth = 208
  9.   Color = clBlack
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object GradientBack1: TGradientBack
  24.     Left = 0
  25.     Top = 0
  26.     Width = 208
  27.     Height = 367
  28.     Direction = gdUp
  29.   end
  30.   object GradButton1: TGradButton
  31.     Left = 59
  32.     Top = 329
  33.     Width = 90
  34.     Height = 26
  35.     Caption = 'OK'
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     OnClick = GradButton1Click
  42.     GradColor = clWhite
  43.     FaceColor = clGray
  44.     ShadowColor = clBtnShadow
  45.   end
  46.   object Panel11: TPanel
  47.     Left = 12
  48.     Top = 12
  49.     Width = 85
  50.     Height = 305
  51.     BevelOuter = bvLowered
  52.     TabOrder = 0
  53.     object wiaTile1: TwiaTile
  54.       Left = 1
  55.       Top = 1
  56.       Width = 83
  57.       Height = 303
  58.       TranColor = clBlack
  59.       TileMode = tmNormal
  60.     end
  61.     object Lock1: TSpeedButton
  62.       Left = 14
  63.       Top = 54
  64.       Width = 55
  65.       Height = 18
  66.       AllowAllUp = True
  67.       GroupIndex = 1
  68.       Down = True
  69.       Caption = 'Lock L/R'
  70.     end
  71.     object Label3D1: TLabel3D
  72.       Left = 8
  73.       Top = 3
  74.       Width = 70
  75.       Height = 24
  76.       Alignment = taCenter
  77.       Caption = 'Mixer 1'
  78.       Font.Color = clBlack
  79.       Font.Height = -19
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.       ParentShowHint = False
  84.       ShowHint = True
  85.       Transparent = True
  86.       CaptionStyle = csHeavyRaised
  87.     end
  88.     object Mixer1L: TMyTrackbar
  89.       Left = 6
  90.       Top = 74
  91.       Width = 36
  92.       Height = 225
  93.       Hint = 'Left'
  94.       Min = -255
  95.       Max = 0
  96.       SelectionStart = 0
  97.       SelectionEnd = 0
  98.       Position = 0
  99.       TickFreq = 16
  100.       Style = [tbAutoticks, tbVert, tbReversed, tbEnableSelRange, tbFixedLength]
  101.       ThumbLength = 22
  102.       ParentShowHint = False
  103.       ShowHint = True
  104.       OnChange = Mixer1LChange
  105.     end
  106.     object Mixer1R: TMyTrackbar
  107.       Left = 42
  108.       Top = 74
  109.       Width = 36
  110.       Height = 225
  111.       Hint = 'Right'
  112.       Min = -255
  113.       Max = 0
  114.       SelectionStart = 0
  115.       SelectionEnd = 0
  116.       Position = 0
  117.       TickFreq = 16
  118.       Style = [tbAutoticks, tbVert, tbEnableSelRange, tbFixedLength]
  119.       ThumbLength = 22
  120.       ParentShowHint = False
  121.       ShowHint = True
  122.       OnChange = Mixer1RChange
  123.     end
  124.     object Volume1L: TEdit
  125.       Left = 8
  126.       Top = 30
  127.       Width = 34
  128.       Height = 21
  129.       Hint = 'Left'
  130.       TabStop = False
  131.       Color = 7680
  132.       Font.Color = clLime
  133.       Font.Height = -11
  134.       Font.Name = 'MS Sans Serif'
  135.       Font.Style = []
  136.       ParentFont = False
  137.       ParentShowHint = False
  138.       ReadOnly = True
  139.       ShowHint = True
  140.       TabOrder = 2
  141.       Text = '100%'
  142.     end
  143.     object Volume1R: TEdit
  144.       Left = 42
  145.       Top = 30
  146.       Width = 34
  147.       Height = 21
  148.       Hint = 'Right'
  149.       TabStop = False
  150.       Color = 7680
  151.       Font.Color = clLime
  152.       Font.Height = -11
  153.       Font.Name = 'MS Sans Serif'
  154.       Font.Style = []
  155.       ParentFont = False
  156.       ParentShowHint = False
  157.       ReadOnly = True
  158.       ShowHint = True
  159.       TabOrder = 3
  160.       Text = '100%'
  161.     end
  162.   end
  163.   object Panel12: TPanel
  164.     Left = 110
  165.     Top = 12
  166.     Width = 85
  167.     Height = 305
  168.     BevelOuter = bvLowered
  169.     TabOrder = 1
  170.     object wiaTile2: TwiaTile
  171.       Left = 1
  172.       Top = 1
  173.       Width = 83
  174.       Height = 303
  175.       TranColor = clBlack
  176.       TileMode = tmNormal
  177.     end
  178.     object Lock2: TSpeedButton
  179.       Left = 15
  180.       Top = 54
  181.       Width = 54
  182.       Height = 18
  183.       AllowAllUp = True
  184.       GroupIndex = 1
  185.       Down = True
  186.       Caption = 'Lock L/R'
  187.     end
  188.     object Label3D2: TLabel3D
  189.       Left = 7
  190.       Top = 3
  191.       Width = 70
  192.       Height = 24
  193.       Alignment = taCenter
  194.       Caption = 'Mixer 2'
  195.       Font.Color = clBlack
  196.       Font.Height = -19
  197.       Font.Name = 'MS Sans Serif'
  198.       Font.Style = [fsBold]
  199.       ParentFont = False
  200.       ParentShowHint = False
  201.       ShowHint = True
  202.       Transparent = True
  203.       CaptionStyle = csHeavyRaised
  204.     end
  205.     object Mixer2L: TMyTrackbar
  206.       Left = 6
  207.       Top = 74
  208.       Width = 36
  209.       Height = 225
  210.       Hint = 'Left'
  211.       Min = -255
  212.       Max = 0
  213.       SelectionStart = 0
  214.       SelectionEnd = 0
  215.       Position = 0
  216.       TickFreq = 16
  217.       Style = [tbAutoticks, tbVert, tbReversed, tbEnableSelRange, tbFixedLength]
  218.       ThumbLength = 22
  219.       ParentShowHint = False
  220.       ShowHint = True
  221.       OnChange = Mixer2LChange
  222.     end
  223.     object Mixer2R: TMyTrackbar
  224.       Left = 42
  225.       Top = 74
  226.       Width = 36
  227.       Height = 225
  228.       Hint = 'Right'
  229.       Min = -255
  230.       Max = 0
  231.       SelectionStart = 0
  232.       SelectionEnd = 0
  233.       Position = 0
  234.       TickFreq = 16
  235.       Style = [tbAutoticks, tbVert, tbEnableSelRange, tbFixedLength]
  236.       ThumbLength = 22
  237.       ParentShowHint = False
  238.       ShowHint = True
  239.       OnChange = Mixer2RChange
  240.     end
  241.     object Volume2R: TEdit
  242.       Left = 42
  243.       Top = 30
  244.       Width = 34
  245.       Height = 21
  246.       Hint = 'Right'
  247.       TabStop = False
  248.       Color = 7680
  249.       Font.Color = clLime
  250.       Font.Height = -11
  251.       Font.Name = 'MS Sans Serif'
  252.       Font.Style = []
  253.       ParentFont = False
  254.       ParentShowHint = False
  255.       ReadOnly = True
  256.       ShowHint = True
  257.       TabOrder = 2
  258.       Text = '100%'
  259.     end
  260.     object Volume2L: TEdit
  261.       Left = 8
  262.       Top = 30
  263.       Width = 34
  264.       Height = 21
  265.       Hint = 'Left'
  266.       TabStop = False
  267.       Color = 7680
  268.       Font.Color = clLime
  269.       Font.Height = -11
  270.       Font.Name = 'MS Sans Serif'
  271.       Font.Style = []
  272.       ParentFont = False
  273.       ParentShowHint = False
  274.       ReadOnly = True
  275.       ShowHint = True
  276.       TabOrder = 3
  277.       Text = '100%'
  278.     end
  279.   end
  280.   object DelSysMenuItems1: TDelSysMenuItems
  281.     SysMenuItems = [smMaximize, smMinimize, smNextWindow, smRestore, smSize]
  282.     Left = 8
  283.     Top = 8
  284.   end
  285. end
  286.